time.Time.ext (field)
30 uses
time (current package)
format.go#L550: m2 := uint64(t.ext)
format.go#L552: if t.ext < 0 {
time.go#L152: ext int64
time.go#L184: return t.ext
time.go#L205: sum := t.ext + d
time.go#L206: if (sum > t.ext) == (d > 0) {
time.go#L207: t.ext = sum
time.go#L209: t.ext = 1<<63 - 1
time.go#L211: t.ext = -(1<<63 - 1)
time.go#L227: t.ext = t.sec()
time.go#L238: sec := t.ext
time.go#L244: t.ext = m
time.go#L256: return t.ext
time.go#L262: return t.ext > u.ext
time.go#L272: return t.ext < u.ext
time.go#L284: tc, uc = t.ext, u.ext
time.go#L307: return t.ext == u.ext
time.go#L899: te := t.ext + int64(d)
time.go#L900: if d < 0 && te > t.ext || d > 0 && te < t.ext {
time.go#L904: t.ext = te
time.go#L916: return subMono(t.ext, u.ext)
time.go#L946: return subMono(runtimeNano()-startNano, t.ext)
time.go#L956: return subMono(t.ext, runtimeNano()-startNano)
time.go#L1361: t.ext = sec
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |